NodeType
NodeKey
PortKey
LinkType
Northwoods.GoSilverlight 1.3.5 Assembly
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class

This nested class is a serializable collection of node data and link data.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GraphLinksModel.DataCollection
     (Of NodeType,NodeKey,PortKey,LinkType) 
   Implements IDataCollection 
C# 
public sealed class GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> : IDataCollection  

Type Parameters

NodeType
NodeKey
PortKey
LinkType

Remarks

This Northwoods.GoXam.Model.IDataCollection is used in various circumstances where there is a collection of node data and link data, particularly for copying. If the node data and link data are serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateDataCollection to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.DataCollection<NodeType,NodeKey,PortKey,LinkType>

Requirements

See Also

© 2012 All Rights Reserved.